home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / gmmenu.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  233 b   |  10 lines

  1. on handcursor whichsprite
  2.   set the cursor of sprite whichsprite to [the number of member "handcursor", the number of member "handmask"]
  3. end
  4.  
  5. on cursorOff
  6.   repeat with n = 1 to 8
  7.     set the cursor of sprite n to 0
  8.   end repeat
  9. end
  10.